projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b886c7c
)
Tegra: lib: debug: fix MISRA violation Rule 21.6
author
Anthony Zhou
<
[email protected]
>
Fri, 8 Sep 2017 07:53:40 +0000
(15:53 +0800)
committer
Varun Wadekar
<
[email protected]
>
Wed, 23 Jan 2019 18:31:22 +0000
(10:31 -0800)
MISRA Rule 21.6, The standard library input/output functions
shall not be used.
This patch removes headers that are not really needed.
Change-Id: I746138ce7ee95d7ca985d020f89b2738d997a7a2
Signed-off-by: Anthony Zhou <
[email protected]
>
plat/nvidia/tegra/common/lib/debug/profiler.c
patch
|
blob
|
history
diff --git
a/plat/nvidia/tegra/common/lib/debug/profiler.c
b/plat/nvidia/tegra/common/lib/debug/profiler.c
index f40244be1d2ca89809a045dc506c74060cc92803..d4c3f9595dec95c680be97364533d3d2ac85e6e5 100644
(file)
--- a/
plat/nvidia/tegra/common/lib/debug/profiler.c
+++ b/
plat/nvidia/tegra/common/lib/debug/profiler.c
@@
-26,8
+26,6
@@
#include <mmio.h>
#include <profiler.h>
#include <stdbool.h>
-#include <stdio.h>
-#include <stdint.h>
#include <string.h>
#include <utils_def.h>
#include <xlat_tables_v2.h>